de_image ~master (2022-01-31T01:34:57.6577976)
Dub
Repo
ImageIndexType
devisualization
image
primitives
The type utilized as the main index for an image.
Uses the first overload.
template
ImageIndexType (
Image
)
if
(
isImage
!
Image
) {
import
std
.
traits
:
Parameters
,
isPointer
;
;
import
std
.
traits
:
Parameters
,
isPointer
;
;
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
typeof
(
Image
.
init
[
0
]),
"getPixel"
)[
0
])[
0
]
;
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
Image
,
"getPixel"
)[
0
])[
0
]
;
}
Members
Aliases
ImageIndexType
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
typeof
(
Image
.
init
[
0
]),
"getPixel"
)[
0
])[
0
]
Undocumented in source.
ImageIndexType
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
Image
,
"getPixel"
)[
0
])[
0
]
Undocumented in source.
Meta
Source
See Implementation
devisualization
image
primitives
functions
assignTo
copyInto
copyTo
createImageFrom
isImage
isPixelRange
supportsImageOffset
templates
ImageColor
ImageIndexType
PixelRangeColor
The type utilized as the main index for an image.
Uses the first overload.